home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / utils / scndrvr.lzh / SCNDVR2.TXT < prev   
Text File  |  1991-04-24  |  2KB  |  55 lines

  1.                           ScreenDriver 2
  2.                        By Brett G. Durrett
  3.  
  4. Files:
  5.      SCNDVR2.PRG    The actual program.
  6.      SCNDVR2.TXT    What you're reading now.
  7.  
  8. General:
  9.      ScreenDriver is a program used to produce different outputs 
  10. for the ALT-HELP printer dump.  This program will either install a 
  11. printer driver compatible with your printer, or give you the 
  12. option of saving the file as a DEGAS picture.  This differs from 
  13. some other "snapshot" programs not not requiring you to return to 
  14. the desktop to save the picture.
  15.  
  16. Installing:
  17.      You can run the SCNDVR2.PRG from the desktop, but I suggest 
  18. you put it in your AUTO folder.  When the program is run, it will 
  19. first check to see if the CONTROL key is help down (if so, it will 
  20. allow you to configure the output).  If the CONTROL key is not 
  21. depressed, it will look for *.PRT in the current directory, and 
  22. load this as your printer driver.  If no .PRT files exist in the 
  23. current directory, it will assume you want it to create a DEGAS 
  24. file instead of printing.  The files are saved as SCREEN_*.PI? 
  25. where * represents A-Z, and ? will correspond to the resolution 
  26. the picture was saved from (0-low 1-med 2-high).
  27.  
  28. Note:
  29.      .PRT files are DEGAS printer drivers that can be found with 
  30. most Atari downloads.  There is a huge variety, and almost every 
  31. printer is supported (including yours)!
  32.  
  33. Important:
  34.      ScreenDriver 2 will not check to see if a file exists by the 
  35. name you are saving under, and will replace a file with the same 
  36. name.  I will change this soon, but for now remember to check for 
  37. files that may get scrapped.  Another quirk is the 26 file limit, 
  38. which will BUG out if you exceed it (this will be fixed sometime 
  39. this week also).
  40.  
  41. My Compuserve # is 73637,2775 if you have comments or suggestions.  
  42. I would like to thank Jim Nitchals, Tim Mensch, and especially Jim 
  43. Johnson (who motivated me to write this version).  Please feel 
  44. free to distribute this, and please send me mail if you find 
  45. yourself using ScreenDriver frequently.
  46.  
  47. Updates/fixes:
  48.      New file format is SCN_**.PI? where ** is from 00 to 99, and 
  49. ? is still the resolution.  When saving files, Screen Driver will 
  50. no longer delete a file with the same name (it will save it as the 
  51. next available file).  This also ties into the 26 file limit, 
  52. which has been expanded to 99.
  53.      
  54.  
  55.